home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
wb
/
czesc_1
/
cerca
/
install
< prev
next >
Wrap
Text File
|
1992-11-27
|
986b
|
48 lines
FailAt 21
echo " "
echo "This script will ask you:"
echo " - If you want to install Cerca 1.1 in your"
echo " C: assignment;"
echo " - If you want to install the configuration"
echo " file in Envarc: dir;"
echo " - If you want to install AmigaGuide(c) help"
echo " in your S: directory."
echo " "
ask "Install Cerca in C: (y/n)?"
If Warn
c:copy Cerca c:
c:copy Cerca.info c:
else
echo " "
echo "Ok. Drag the Cerca's icon in your favourite utils dir!"
EndIf
echo " "
ask "Install Cerca.config in Envarc: (y/n)?"
If Warn
c:copy Envarc/Cerca.config Envarc:
else
echo " "
echo "Ok. Remember to build your favourite configuration and to save it!"
EndIf
echo " "
ask "Install Cerca.guide in S: (y/n)?"
If Warn
c:copy docs/Cerca.guide s:
else
echo " "
echo "Ok. Drag the Cerca.guide's icon in your 'AmigaGuide/Path' dir!"
EndIf
echo " "
echo "Installation completed. Read docs carefully!"
echo " "
echo "Thanks, Carlo."
echo " "
Wait sec=2
endcli >NIL: